home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / mus / play / multiplsr.lha / infowinspec.gui < prev    next >
Text File  |  1992-09-14  |  1KB  |  43 lines

  1. /*
  2.  * MultiPlayer
  3.  * Copyright (C) 1992 Bryan Ford
  4.  *
  5.  * This program is free software; you can redistribute it and/or modify
  6.  * it under the terms of the GNU General Public License as published by
  7.  * the Free Software Foundation; either version 2 of the License, or
  8.  * (at your option) any later version.
  9.  *
  10.  * This program is distributed in the hope that it will be useful,
  11.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  12.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  13.  * GNU General Public License for more details.
  14.  *
  15.  * You should have received a copy of the GNU General Public License
  16.  * along with this program; if not, write to the Free Software
  17.  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  18.  *
  19.  * I (the author of MultiPlayer) can be contacted on the Internet at
  20.  * "bryan.ford@m.cc.utah.edu".  See "Player.doc" for other addresses.
  21.  *
  22.  * $Id: infowinspec.gui,v 3.2 92/05/25 08:21:54 BAF Exp $
  23.  *
  24.  */
  25.  
  26. window xdef _infowindowspec
  27.     screen import _playerscreen
  28.     title "Module Information"
  29.     screentitle _copyright
  30.     left import _infowinleft top import _infowintop
  31.     CLOSEWINDOW MOUSEBUTTONS REFRESHWINDOW
  32.     DRAGBAR DEPTHGADGET CLOSEGADGET SIMPLE_REFRESH RMBTRAP RAWKEY
  33.     listviewidcmp
  34.   end
  35.  
  36. listview
  37.     export _infowinlvgad
  38.     readonly minchars 45 minlines 10
  39.     attr _listattr
  40.   end
  41.  
  42. endcap
  43.